Skip to content

refactor(rust): format code with proper line breaks#83

Merged
zTgx merged 1 commit intomainfrom
dev
Apr 20, 2026
Merged

refactor(rust): format code with proper line breaks#83
zTgx merged 1 commit intomainfrom
dev

Conversation

@zTgx
Copy link
Copy Markdown
Contributor

@zTgx zTgx commented Apr 20, 2026

  • Format long string concatenation in ls tool to stay within 100 char limit
  • Split format! macro calls across multiple lines for better readability
  • Condense error formatting in worker navigation to single line
  • Update documentation comments to reference correct types
  • Format logging statements with proper line breaks for doc count
  • Format logging statements with proper line breaks for graph stats

Summary

Changes

Checklist

  • Code compiles (cargo build)
  • Tests pass (cargo test --lib --all-features)
  • No new clippy warnings (cargo clippy --all-features)
  • Public APIs have documentation comments
  • Python bindings updated (if Rust API changed)

Notes

- Format long string concatenation in ls tool to stay within 100 char limit
- Split format! macro calls across multiple lines for better readability
- Condense error formatting in worker navigation to single line
- Update documentation comments to reference correct types
- Format logging statements with proper line breaks for doc count
- Format logging statements with proper line breaks for graph stats
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vectorless Ready Ready Preview, Comment Apr 20, 2026 11:33am

@zTgx zTgx merged commit 820ae97 into main Apr 20, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant